home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 1016 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  703 b 

  1. Path: in2.uu.net!bdmcom!news
  2. From: ywu@plato.sky.bdm.com
  3. Newsgroups: comp.lang.c
  4. Subject: How do you pass along a variable argument list?
  5. Date: 10 Jan 1996 23:31:43 GMT
  6. Organization: BDM International, Inc.
  7. Message-ID: <4d1i8v$k8h@news.mcl.bdm.com>
  8. NNTP-Posting-Host: 158.114.73.228
  9.  
  10. Hi, there:
  11.  
  12. I am writing a wrapper around a routine which takes variable argument list only. I  
  13. want my wrapper has the similar prototype and can pass the variable arguments  
  14. directly to the routine(by the way, I cannot change the code of that routine).
  15.  
  16. I guess it is really hard to do it in ANSI, and I know how to do it in a stupid  
  17. way---but, is there any way around??
  18.  
  19. Thanks!!
  20.  
  21. Yibing Wu
  22. ywu@plato.sky.bdm.com
  23.